Home
last modified time | relevance | path

Searched refs:xmit_type (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3404 u32 xmit_type) in bnx2x_pkt_req_lin() argument
3409 if (xmit_type & XMIT_GSO_ENC) in bnx2x_pkt_req_lin()
3413 if (xmit_type & XMIT_GSO) { in bnx2x_pkt_req_lin()
3423 if (xmit_type & XMIT_GSO_ENC) in bnx2x_pkt_req_lin()
3475 (xmit_type & XMIT_GSO) ? "LSO" : "non-LSO", in bnx2x_pkt_req_lin()
3491 u32 xmit_type) in bnx2x_set_pbd_gso() argument
3497 if (xmit_type & XMIT_GSO_V4) { in bnx2x_set_pbd_gso()
3525 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_enc() argument
3532 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc()
3559 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_e2() argument
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c271 static bool qede_pkt_req_lin(struct sk_buff *skb, u8 xmit_type) in qede_pkt_req_lin() argument
275 if (xmit_type & XMIT_LSO) { in qede_pkt_req_lin()
278 hlen = qede_get_skb_hlen(skb, xmit_type & XMIT_ENC); in qede_pkt_req_lin()
1507 u8 xmit_type; in qede_start_xmit() local
1520 xmit_type = qede_xmit_type(skb, &ipv6_ext); in qede_start_xmit()
1523 if (qede_pkt_req_lin(skb, xmit_type)) { in qede_start_xmit()
1560 if (unlikely((xmit_type & XMIT_LSO) | ipv6_ext)) { in qede_start_xmit()
1582 if (xmit_type & XMIT_L4_CSUM) { in qede_start_xmit()
1589 if (xmit_type & XMIT_ENC) { in qede_start_xmit()
1611 if (xmit_type & XMIT_LSO) { in qede_start_xmit()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_target.c2736 struct qla_tgt_prm *prm, int xmit_type, uint8_t scsi_status, in qlt_pre_xmit_response() argument
2757 if ((xmit_type & QLA_TGT_XMIT_DATA) && qlt_has_data(cmd)) { in qlt_pre_xmit_response()
2781 if (xmit_type & QLA_TGT_XMIT_STATUS) { in qlt_pre_xmit_response()
3213 int qlt_xmit_response(struct qla_tgt_cmd *cmd, int xmit_type, in qlt_xmit_response() argument
3232 (xmit_type & QLA_TGT_XMIT_STATUS) ? in qlt_xmit_response()
3236 res = qlt_pre_xmit_response(cmd, &prm, xmit_type, scsi_status, in qlt_xmit_response()
3244 if (xmit_type == QLA_TGT_XMIT_STATUS) in qlt_xmit_response()
3268 if (cmd->se_cmd.prot_op && (xmit_type & QLA_TGT_XMIT_DATA)) in qlt_xmit_response()
3279 if (qlt_has_data(cmd) && (xmit_type & QLA_TGT_XMIT_DATA)) { in qlt_xmit_response()
3288 if (xmit_type & QLA_TGT_XMIT_STATUS) { in qlt_xmit_response()
Dtcm_qla2xxx.c688 int xmit_type = QLA_TGT_XMIT_STATUS; in tcm_qla2xxx_queue_status() local
727 return qlt_xmit_response(cmd, xmit_type, se_cmd->scsi_status); in tcm_qla2xxx_queue_status()
/kernel/linux/linux-5.10/net/tipc/
Dcrypto.c1654 TIPC_SKB_CB(skb)->xmit_type = type; in tipc_crypto_clone_msg()
1710 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_PROBING) { in tipc_crypto_xmit()
1725 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_GRACING) { in tipc_crypto_xmit()
Dmsg.h134 u8 xmit_type:2; member