IS_PF
#define IS_PF(bp) (!((bp)->flags & IS_VF_FLAG))
#define IS_PF(bp) true
#define IS_PF(cdev) (!((cdev)->b_is_vf))
#define IS_PF(cdev) (1)