Searched refs:__pcmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 41 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument 43 memset(&(__pcmd), 0, sizeof(__pcmd)); \ 44 (__pcmd).op_to_portid = \ 49 (__pcmd).action_to_len16 = \ 54 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument 55 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_RECV) 57 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument 58 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_TRANS) 60 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument 61 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_DET) [all …]
|