Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h174 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
196 union opcode_tid ot; member
208 union opcode_tid ot; member
218 union opcode_tid ot; member
231 union opcode_tid ot; member
247 union opcode_tid ot; member
262 union opcode_tid ot; member
274 union opcode_tid ot; member
285 union opcode_tid ot; member
297 union opcode_tid ot; member
[all …]
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h163 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
218 union opcode_tid ot; member
245 union opcode_tid ot; member
257 union opcode_tid ot; member
264 union opcode_tid ot; member
282 union opcode_tid ot; member
298 union opcode_tid ot; member
311 union opcode_tid ot; member
324 union opcode_tid ot; member
331 union opcode_tid ot; member
[all …]
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h204 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
480 union opcode_tid ot; member
492 RSS_HDR union opcode_tid ot; member
502 RSS_HDR union opcode_tid ot; member
539 RSS_HDR union opcode_tid ot; member
567 union opcode_tid ot; member
577 union opcode_tid ot; member
618 RSS_HDR union opcode_tid ot; member
629 RSS_HDR union opcode_tid ot; member
643 union opcode_tid ot; member
[all …]
/drivers/net/ethernet/davicom/
Ddm9000.h123 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument
124 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.h44 union opcode_tid ot; member
54 union opcode_tid ot; member
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.h32 union opcode_tid ot; member
Dcxgb4i.c1533 opc = rpl->ot.opcode; in t4_uld_rx_handler()
1536 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h775 union opcode_tid ot; member
Dcm.c3230 opcode = rpl->ot.opcode; in process_work()
/drivers/gpu/drm/
Ddrm_crtc.c3838 struct drm_connector *connector, *ot; in drm_mode_config_cleanup() local
3851 list_for_each_entry_safe(connector, ot, in drm_mode_config_cleanup()