Home
last modified time | relevance | path

Searched refs:tx_hdr_size (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/target/iscsi/
Discsi_target_util.c1187 u32 tx_hdr_size, data_len; in iscsit_fe_sendpage_sg() local
1192 tx_hdr_size = ISCSI_HDR_LEN; in iscsit_fe_sendpage_sg()
1194 tx_hdr_size += ISCSI_CRC_LEN; in iscsit_fe_sendpage_sg()
1197 iov.iov_len = tx_hdr_size; in iscsit_fe_sendpage_sg()
1199 tx_sent = tx_data(conn, &iov, 1, tx_hdr_size); in iscsit_fe_sendpage_sg()
1200 if (tx_hdr_size != tx_sent) { in iscsit_fe_sendpage_sg()
1208 data_len = cmd->tx_size - tx_hdr_size - cmd->padding; in iscsit_fe_sendpage_sg()
/linux-4.1.27/drivers/staging/vt6656/
Drxtx.c293 tx_context->tx_hdr_size = vnt_mac_hdr_pos(tx_context, &buf->hdr); in vnt_rxtx_datahead_g()
326 tx_context->tx_hdr_size = vnt_mac_hdr_pos(tx_context, &buf->hdr); in vnt_rxtx_datahead_g_fb()
350 tx_context->tx_hdr_size = vnt_mac_hdr_pos(tx_context, &buf->hdr); in vnt_rxtx_datahead_a_fb()
381 tx_context->tx_hdr_size = vnt_mac_hdr_pos(tx_context, &buf->hdr); in vnt_rxtx_datahead_ab()
942 tx_header_size = tx_context->tx_hdr_size; in vnt_tx_packet()
Ddevice.h236 u16 tx_hdr_size; member