Lines Matching refs:cmd
216 static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq, in dcbnl_newmsg() argument
232 dcb->cmd = cmd; in dcbnl_newmsg()
1506 static int dcbnl_notify(struct net_device *dev, int event, int cmd, in dcbnl_notify() argument
1518 skb = dcbnl_newmsg(event, cmd, portid, seq, 0, &nlh); in dcbnl_notify()
1540 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd, in dcbnl_ieee_notify() argument
1543 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_IEEE); in dcbnl_ieee_notify()
1547 int dcbnl_cee_notify(struct net_device *dev, int event, int cmd, in dcbnl_cee_notify() argument
1550 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE); in dcbnl_cee_notify()
1932 if (dcb->cmd > DCB_CMD_MAX) in dcb_doit()
1936 fn = &reply_funcs[dcb->cmd]; in dcb_doit()
1952 reply_skb = dcbnl_newmsg(fn->type, dcb->cmd, portid, nlh->nlmsg_seq, in dcb_doit()