Searched refs:AMAP_GET_BITS (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1311 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, pktsize, compl);
1312 rxcp->vlanf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, vtp, compl);
1313 rxcp->err = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, err, compl);
1314 rxcp->tcpf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, tcpf, compl);
1315 rxcp->udpf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, udpf, compl);
1317 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, ipcksm, compl);
1319 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, l4_cksm, compl);
1321 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, ip_version, compl);
1323 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, fragndx, compl);
1325 AMAP_GET_BITS(struc
[all...]
H A Dbe.h486 #define AMAP_GET_BITS(_struct, field, ptr) \ macro
H A Dbe_cmds.c2495 vid = AMAP_GET_BITS(struct amap_get_hsw_resp_context,
/drivers/scsi/be2iscsi/
H A Dbe.h170 #define AMAP_GET_BITS(_struct, field, ptr) \ macro

Completed in 20 milliseconds