Searched refs:xmit_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3382 u32 xmit_type) in bnx2x_pkt_req_lin() argument 3391 if (xmit_type & XMIT_GSO) { in bnx2x_pkt_req_lin() 3450 (xmit_type & XMIT_GSO) ? "LSO" : "non-LSO", in bnx2x_pkt_req_lin() 3466 u32 xmit_type) in bnx2x_set_pbd_gso() argument 3472 if (xmit_type & XMIT_GSO_V4) { in bnx2x_set_pbd_gso() 3500 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_enc() argument 3507 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc() 3534 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_e2() argument 3541 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_e2() 3557 u32 xmit_type) in bnx2x_set_sbd_csum() argument [all …]
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.c | 1919 struct qla_tgt_prm *prm, int xmit_type, uint8_t scsi_status, in qlt_pre_xmit_response() argument 1941 if ((xmit_type & QLA_TGT_XMIT_DATA) && qlt_has_data(cmd)) { in qlt_pre_xmit_response() 1966 if (xmit_type & QLA_TGT_XMIT_STATUS) { in qlt_pre_xmit_response() 2028 static void qlt_check_srr_debug(struct qla_tgt_cmd *cmd, int *xmit_type) in qlt_check_srr_debug() argument 2031 if ((*xmit_type & QLA_TGT_XMIT_STATUS) && (qlt_srr_random() % 200) in qlt_check_srr_debug() 2033 *xmit_type &= ~QLA_TGT_XMIT_STATUS; in qlt_check_srr_debug() 2074 *xmit_type &= ~QLA_TGT_XMIT_DATA; in qlt_check_srr_debug() 2082 static inline void qlt_check_srr_debug(struct qla_tgt_cmd *cmd, int *xmit_type) in qlt_check_srr_debug() argument 2478 int qlt_xmit_response(struct qla_tgt_cmd *cmd, int xmit_type, in qlt_xmit_response() argument 2503 qlt_check_srr_debug(cmd, &xmit_type); in qlt_xmit_response() [all …]
|
D | tcm_qla2xxx.c | 694 int xmit_type = QLA_TGT_XMIT_STATUS; in tcm_qla2xxx_queue_status() local 724 return qlt_xmit_response(cmd, xmit_type, se_cmd->scsi_status); in tcm_qla2xxx_queue_status()
|